This small app allows to keep track of all the applications user has submitted.
I used node.js and material-ui table.
These are the steps I followed when working on this app:
- Setting up project
- Adding Mongoose
- Defining a Mongoose Schema
- Adding Routes
- Refactoring
git clone [email protected]:veranika-isakova/jobs-api.git
cd jobs-api
yarn install
yarn start
Make sure that you have at least v.8 version of Node.js installed on your computer and MongoDB is available.