Our website is a public postting website. Through our website you can add your posts, You can login to our website and if you don't have an account you can sign up as new user.
- We agreed on the file-structure.
- We built the database.
- We built the server.
- we made the homepage.
- we made the sign-up, log-in, sign-out pages.
- We made the all necessary files.
Run this project on your Local Machine
1- Clone the repo:
$ git clone https://github.com/FACG6/Posts-Handlebars
$ cd Posts-Handlebars/
$ npm install
2- create your own config.env with SECRET string. inside of it put :
DATABADE_URL = postgres://[username]:[password]@localhost:5432/[database]
3- Run :
$ npm start
$ server is running on port 4000
Head to localhost:4000 in your browser
- Ayman
- Ahmed
- Alaa
- Nareman.
