Skip to content

Game project through Codaisseur - MongoDb, NodeJS, Express

Notifications You must be signed in to change notification settings

malanchito/stress-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preface

This is the backend part of an individual game project through the Codaisseur Academy course during week 10, the goal of the project was to use a new technology from the ones learned during the course.

Table of contents

Technologies used

  • Mongoose (NodeJs object modeling for MongoDB)
  • Express

Setup

  • git clone
  • npm install
  • docker run -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=secret -d postgres
  • nodemon

Git workflow

master (auto deploys) ______________________
                       \               /
development             \_____________/- pull request
                         \           /
feature/some-feature      \_commits_/- pull request

Suggestions

Feel free to contact me directly to my LinkedIn account

About

Game project through Codaisseur - MongoDb, NodeJS, Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published