Skip to content

RESTful Express API - Portfolio piece showcasing my ability to develop a Full Stack Webpage

Notifications You must be signed in to change notification settings

evelinawahlstrom/TheTraveller-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌏 THE TRAVELLER 🌏

What this project is about 👩‍💻

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

Related repositories

Client

Table of contents:

Technologies used:

  • Node js, Express, Sequelize, bcrypt, cors, pg

How to install

Note You will need to create a container on your computer for the database. I've used Docker

  1. Clone this repo

git clone https://github.com/evelinawahlstrom/TheTraveller-server

  1. cd into TheTraveller-server

  2. In your terminal, run the following command to install all the dependencies

npm install
  1. To start the terminal with nodemon, use the following command (assumes nodemon is installed globally)
nodemon index.js
  1. To start the code without tracking saved changes, you can simply run:
node index.js
  1. Start the database
With the help of docker, connect with the password 'secret'

As a standard I'm using port 4000 for this server.

Features working

About

RESTful Express API - Portfolio piece showcasing my ability to develop a Full Stack Webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published