This is the backend for for todo-client repo. It's written in Nodejs and Mongodb.
- React
- Redux
- Axios
- Nodejs
- Mongoose
In order to run the app in browser, you would first require to install NodeJS, Mongodb
Next, install todo-backend and todo-client.
git clone git@gitlab.com:pum21/todo-backend.git
- Run
npm install
- Run
npm start
Server will get started on port 4000.
git clone git@gitlab.com:pum21/todo-client.git
- Run
npm install
- Run
npm start
This will start the client app on port 3000.