Project Hosted at - Jobify
npm run install-dependencies- rename .env.temp to .env
- setup values for - MONGO_URL, JWT_SECRET, JWT_LIFETIME
npm start- visit url http://localhost:3000/
- MongoDB
- Express
- React
- Node
This app was created to fulfill basic crud functionalities, in this case of jobs:
- User story: I can register
- User story: I can login
- User story: I can logout
- User story: I can create a new job
- User story: I can get all my current jobs
- User story: I can get edit a job
- User story: I can update my profile
- User story: I can update filter my jobs.