Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.45 KB

README.md

File metadata and controls

66 lines (44 loc) · 1.45 KB

Zenodo Web App by Greg Daskalakis

Useful Information

Webapp Technologies:

( MEAN STACK )

  • MongoDB
  • Express
  • Angular
  • NodeJS

This site was built using:

[UserInterface] Mockups

Clone the repository to your local machine and run

  • npm install frontend
  • npm install backend

[FrontEnd] - Angular Packages used

  • npm i @angular/material
  • npm i ng2-search-filter --save

Fonts Used:

1. Register Feature ☐

2. Login Feature ☐

3. Admin Feature ☐

[Backend] - NodeJS Packages used

  • npm install express
  • npm install nodemon
  • npm install dotenv
  • npm install body-parser
  • npm install morgan
  • npm install mongoose - DB
  • npm install cors
  • npm install bcryptjs
  • npm install jsonwebtoken
  • npm install express-jwt
  • npm install cookie-parser

1. Register Feature ☑

2. Login Feature ☑

3. Admin Feature ☐

[DataBase] - MongoDB Schemas