Skip to content

ikechuku/jhipster-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rest API for jhipster-tripetto demo

Technolgies

Getting Started

Few things you need to setup to get started, set up a virtual environment majorly for isolating installs, create a .env file from the example file and finally install all requirements in the requirements.txt files within the virtual environment.

Fortunately for us, we already have a convenient script for this, we are only left with understanding what it actually does as opposed to just using it.

Note that you do not need to bother about activating virtual environments when installing or uninstalling packages using the bin/install and bin/uninstall scripts, unless you are running them directly yourself with pip.

# Clone the repository

# Change directory into the cloned folder and run the setup script
$ cd bouncer-restapi
$ bin/setup

# Update .env file content as necessary. Not sure if values to set? ask the Leads

# Start the application containers and open it in browser
$ bin/start -d && bin/open

License

The MIT License - Copyright (c) 2020

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published