Is there something bothering you after you cost large expenditure ? but you don't know those costs go to where ? pleas don't worry ! from now on you can use this web to record any your costs !
- Users can create his/her account
- Users can use third party login strategy of facebook,google,line to quickiy login, you even don't create your account!
- Users can record their costs go to where,even they can classify their costs to statistics which cost highest proportion
- template engine -> Using template engine to covert files from html-like to html for browser
- router -> Using http GET POST etc.. to do route
- MONGODB -> Using mongoose help app.js connect to database
Use the RESTful design pattern to reconstruction routes of app.js that makes developer more easier to read.
After downldad or clone this priject of github
1.Use terminal in the project
cd 'file name'
2.install node modules
npm install
3.Set environment variable:
You can refer to env.example file to get any variables which you need.
4.Test the data of project by Seeder
node
npm run seed
5.Run the project
node
npm run start
nodemon( if you need)
npm run dev
6.Browse the project on the browser
http://localhost:3000
If project is running , terminal will output
Listening on http://localhost:3000
If mongoDB is connecting , terminal will output
mongodb connected