natureBase is a web application that allows users to submit and view pictures of nature taken around London. It is built using Node.js, SQLite, and the Express framework. It is deployed here through fly.
To run the application, clone the repository and install the dependencies:
git clone https://github.com/fac28/natureBase.git
cd natureBase
npm install
Then, seed the server:
npm run seed
Then, start the server:
npm run dev
The application will be running on port 3000 by default.
After cloning the repo you can run the "npm run dev" command. This way you can visit it in your browser at http://localhost:3000.
The SQL database can be seeded with some data buy running "npm run seed".
To run test scripts:
npm run test
The project was created by Laurie Sgroi, Elena Cazan, Nich Galzin & George Klemperer.