Zatta aims to help you organize notes that you will be taking and will help with setting up tasks that you need to complete.
link to live application: Zatta
link to frontend repository: Zatta-frontend
- MongoDB - made our database with mongo.
- express - to make our backend.
- nodejs - to build our network.
- body-paser - Node.js body parsing middleware.
- express-session - gave us the ability to save our session and keep information up on screen.
- bcrypt - used to hash passwords for security.
- Fork/Clone the repository.
- Open a terminal and navigate into the cloned repository.
- Run
npm i
in the main repository to install all the listed dependencies. - Once the depenedencies finish installing, run
npm run start
to start the application. - Open
http://localhost:3000/
to see running application.
- Ahzam | Github | LinkedIn | Team Lead
- Alec | Github | LinkedIn | Backend Admin
- Todd | Github | LinkedIn | Frontend - Functionality
- Troi | Github | LinkedIn | Database Admin
- Zavier | Github | LinkedIn | Frontend - Styling
- Please submit any bugs that are found in the Issues.
- Pull request with fixed code would be much appreciated