Version 1.0.0
This project aims to give you a real-world scenario in which you would read and write to your disk via a Node.js express server rather than a database. The project you create serves two purposes: to prepare you for setting up scalable code and architecture for real-world projects and tie together some of the most popular middleware and utilities found in Node.js projects. This project barely touches the surface of what is possible but will prove your ability to use what you’ve learned in real-world scenarios.
GO to Localhost After Start the server to read all the Instruction.
You can Install this project to your PC using clone the repo to your github account then Download It as a ZIP File to your PC.
or Clone it using GIT git clone if you access it from GITHUB.
-
After The Installation you can now use the project files by UnZip the file and open it on any Code Text Editor (VS Code).
-
You Must First Start the
server.jsFile in VS Terminal Usingnode build/server.jsCommand. -
Now you can open the App on any browser using the localhost of Port: 3020. [http://localhost:3020/]
- Install The Pacakges if node_module File not attached:
npm i - Run unit tests with Jasmine:
npm run test - Start server to see the API Website:
npm run start
- Udacity
- EgFwd
© Udacity And Mohammed Nasif.