This repository has both front-end and backend of the contacts app.
It is a web based and responsive contacts directory which allows user to add contact details give them a tag, and delete it if needed.
App Link: https://contacts-app-mehul.netlify.app/
- ReactJS
- Chakra UI
- TypeScript
- Expressjs
- MongoDb + Mongoose(ORM)
- Netlify for deploying frontend
- Railway.app for deploying backend
Let's setup the backend server on your local machine.
- Install Node.js
Fork this repo to your GitHub account contacts-app
Clone the forked repo to your local machine
git clone https://github.com/<YOUR-GITHUB-USERNAME>/contacts.git
Navigate to project directory
cd contacts
//for front-end
cd contacts-client
yarn
Your application setup is successfully completed!
# development
$ yarn start //for front-end
$ yarn dev //for backend