Skip to content

Simple CRUD with Node.js and ReactJS using Docker, Docker Compose, TypeORM, Postgres and MongoDB

Notifications You must be signed in to change notification settings

vinisioux/simple-crud-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Simple CRUD w/ Node.js + TypeScript + Postgres + MongoDB + ReactJS

GitHub top language Stars

🚀 Technologies

This project is being developed using the following technologies:


🎯 How To Run

To clone and run this application, you'll need Git, Node.js + Yarn and Docker + Docker Compose installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/vinisioux/simple-crud-docker.git

# Go into the repository
$ cd simple-crud-docker/

# Go into server folder
$ cd server

# Start server
$ docker-compose up

# On another terminal, go to the frontend folder
$ cd ../frontend

# Install dependencies
$ yarn install

# Start the frontend server
$ yarn start

About

Simple CRUD with Node.js and ReactJS using Docker, Docker Compose, TypeORM, Postgres and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages