Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

This is a project for reign job application

Docker Compose

In the root folder (where the docker-compose.yml file is), execute this command:

sudo docker-compose up

Once is running, for initial populate data, call this endpoint with GET method:

GET
http://localhost:3000/endpoint/initialPopulate

To test the server execute this command (is in a docker stage by the way):

npm run test

Then, open client localhost with::

http://localhost:4200

Localhost

Create .env file into the server folder

DB_URI=mongodb://localhost:27017/reign

Then start the server

npm run start

For initial populate data, execute this command:

GET
http://localhost:3000/endpoint/initialPopulate

For client start, execute this command:

ng serve

Then, open client localhost with:

http://localhost:4200

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages