OBS! IN PROGRESS
I am currently working on this project to showcase my skills on both frontend + backend, making a fullstack application.
I wanted to create a "instagram for travellers". I myself, love to travel and connect with new people. The thought is to show places a person been to through both images and also text, to tip fellow travellers on genuine experiences.
This is the SERVER
- Here I'm developing a RESTful API
- Node js, Express, Sequelize, bcrypt, cors, pg
Note You will need to create a container on your computer for the database. I've used Docker
- Clone this repo
git clone https://github.com/evelinawahlstrom/TheTraveller-server
-
cd into
TheTraveller-server
-
In your terminal, run the following command to install all the dependencies
npm install
- To start the terminal with nodemon, use the following command (assumes nodemon is installed globally)
nodemon index.js
- To start the code without tracking saved changes, you can simply run:
node index.js
- Start the database
With the help of docker, connect with the password 'secret'
As a standard I'm using port 4000 for this server.