Skip to content

bovealexandre/Hackaton-Office-On-Mars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App-Mars

If you want to know how the new version looks like check it out here.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Getting Started

Prerequisites

You'll need npm to download and install all the dependencies.

Installing

To get a development env running, install all the dependencies with:

npm install

Don't forget to edit your .env file. If you do not have one:

touch .env

And modify your credentials: GOOGLE_APPLICATION_CREDENTIALS = your_key

To start your node server, you'll need first to build the application with.

npm run build

Then you can run the server by using the command (by default the server will start on localhost:8000):

npm run start 

Deployment

The project is ready to deploy on heroku, just push this repo to your herokuapp repository. Add you addon for the database with the following :

heroku addons:create heroku-postgresql:hobby-dev

Don't forget to edit the configs with:

  • APP_ENV = production
  • GOOGLE_APPLICATION_CREDENTIALS = your key

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages