Skip to content

orionalfa/node-develop-your-mvc-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#node.js #mvc #assembler-school #master-in-software-engineering

All Contributors

Assembler School: Node.js Develop Your Project MVC

In this project you will be able to create one of our Develop Your Project projects based on the MVC pattern in Node.js.

Index

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system (if it applies to this project/pill).

The repository

First, you will need to clone or fork the repository into your Github account:

Fork on GitHub

$ git clone https://github.com/assembler-school/node-develop-your-mvc-project.git

Installing

First, you will need to install the dependencies with: npm install

$ npm install

Running the tests

@TODO

Deployment

For this project you can use Netlify and Heroku to deploy the front and backend apps.

Technologies used

  • React.js
  • Node.js

Project requirements

  • You must develop this project using a single HTML page
  • You cannot use third-party libraries
  • You must use semantic HTML5 elements for all the contents of the application
  • All code including comments need to be written in English
  • Use a code style like camelCase
  • Never use inline styles in the HTML documents
  • It is recommended to divide the tasks into several subtasks so that you can associate each particular step of the construction with a specific commitment
  • You should try as much as possible that the commits and planned tasks are the same
  • You must create a correctly documented README.md file in the root directory of the project (see guidelines in Resources)
  • The passwords should be hashed before storing them in the database
  • You should follow the express security best practices
  • You must prevent sql injection on each interaction that you make with the database
  • All the routes that are specified as protected should be protected so that only users that are logged in and have the appropriate ROLE (ADMIN | EMPLOYEE) can perform operations and access data or endpoints
  • You must store any sensitive data in .env variables and ignore the file from the git repository history

Project delivery

To deliver this project you must follow the steps indicated in the document:

Resources

  • See the original doc provided by us

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Dani Lucaci

💻 📖 💡 🔧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Assembler School: Node.js Develop Your Project MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 16.1%
  • CSS 11.2%