Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

FSO-part3

This repository contains the backend code for Part 3 of the Full Stack Open course, focused on building a RESTful API for a phonebook application using Node.js, Express, and MongoDB.

Features

  • Express: REST API setup with routes for contacts.
  • MongoDB: Data storage with Mongoose models.
  • Middleware: For logging, error handling, and CORS.
  • Environment Variables: Configuration using .env for sensitive data.
  • Linting: Configuration and usage of ES Lint

Installation

  1. Clone this repository.
  2. Install dependencies:
    npm install
  3. Set up MongoDB database and add the MONGODB_URI to .env

Usage

> cd backend
> npm install
> npm build:ui
> npm run dev

Deployed version

You can visit a deployed version of the app here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages