Skip to content

sushant-14/markoJs_CRUD_agami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore - NodeJS from scratch

About the Project

The purpose of this project is to create a Bookstore using NodeJS as our back-end application.

What will you find inside the project?

  • NodeJS:
    • Express;
    • Nodemon;
    • Marko;
    • Validation;
    • Authentication (session/passport/uuid);
    • CRUD;
    • MVC;

Requirements

  • NodeJS (after installation try to run npm -version);
  • VSCode;

Getting Started

Inside the project's root folder, run the code below:

npm install

And then (the project will start at the port 3000):

npm run start