Repository files navigation
Basic functionality is to sign-in , sing-up , posting , rating post like facebook. So the name is F-Alpha (Facebook Alpha 😛 )
Tools or Editor
Technology Used :
npm start - To run
npm init
npm install express
npm install --save-dev nodemon
npm init - Enter through all (package.json)
npm install express - Handle Routes (package-lock.json)
npm install --save-dev nodemon - Restart server
Initial Port - 3000
Create index.js file
Imports Routes
Imports Routes Middle-wares
Create routes folder
Delete everything inside scripts of package.json and add "start":"nodemon index.js"
Now npm start - Can be used to run server, Postman to test
npm install dotenv
npm install mongoose
Connected project with MongoDB
.env file created - DB_CONNECT
Create User.js - name, email, date of birth, phone number
npm uninstall --save @hapi/joi
npm install --save @hapi/joi@15.0.3
npm install bcryptjs
npm install jsonwebtoken
About
Alpha Facebook (:-P)
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.