/extension-courses

This is a simple project to practice Node.js, React and execute CRUD in a NoSQL database.

Primary LanguageJavaScript

extension-courses

This is a simple project to practice Node.js, React and execute CRUD in a NoSQL database.

To build the dist/ folder run: npm run build

To start the project you need a .env file with the following informations: CLOUDANT -> string connection, DATABASE -> db name and PORT -> number of the port to run.

To start the project execute ```node index.js````