/fullstack-webapp

Fullstack webapp with back-end made with Node.js/Express (database: Mongodb) and front-end with React

Primary LanguageCSSMIT LicenseMIT

TODO

Add entry for each city with picture, title, map to geolocate it.

Webapp

  • Back-end: Rest API json made with Express
  • Front-end: View templates made with Express too

Prerequisites

  • Install Mongodb.
  • Run Mongod service: sudo systemctl start mongod
  • Confirm that a todo document (i.e. entry) was created in the collection (i.e. table) todos of the database webapp:
$ mongo
> show dbs
> use webapp
> show collections
> db.todos.find()

Inspiration

Development

On vim: