The backend server for ANNA (Administration Network for Nanosatellite Associations)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Vagrant + Virtualbox
Give examples
A step by step series of examples that tell you how to get a development env running
Clone the repository
git clone https://github.com/ipsaone/ANNA-Backend.git
Move in and boot the vagrant box
cd ANNA-Backend
vagrant up
Wait for it to boot, and finally start the server
vagrant ssh
cd ANNA-Backend
npm start
It should output a message containing the IP and port the server is listening to
npm run test
[TODO]
Depencencies are :
- Redis server
- MySQL (SQLite3 to run the tests)
- Express - The web framework used
- NodeJS & NPM - Dependency Management
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- MagixInTheAir - Project leader - MagixInTheAir
- IPSA ONE - Development team - ANNA Development team
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc