Skip to content

projeto-spider/spider-MoseAppraisel-2.0

Repository files navigation

A helper tool for bronze certification in the context of MOSE competence

Deploy

Install NodeJS 8.6 or higher.

# clone or download the source
git clone https://github.com/leochrisis/Spider-MoseAppraisel.git my-folder-name

# go to the folder
cd my-folder-name

# install dependencies
npm install

# your .env file setups things like database connection (default pg)
cp .env.example .env

# build the app
npm run migrate
npm run seed
npm run build

# start the server
npm start

Go to localhost:9000 to see the application running.

Development

# clone or download the source
git clone https://github.com/leochrisis/Spider-MoseAppraisel.git my-folder-name

# go to the folder
cd my-folder-name

# install dependencies
npm install

# your .env file setups things like database connection (default pg)
cp .env.example .env

# build the app
npm run migrate
npm run seed

# start the server
npm run dev

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages