Skip to content

Friends' list with Express server is a CRUD operations practice exercise which is part of the IBM Skills Network curriculum.

License

Notifications You must be signed in to change notification settings

Adesdesk/Friends-list-with-Express-server

Repository files navigation

Project Title

Friends-list-with-Express-server

Description

Friends' list with Express server is a CRUD operations practice exercise in Developing Back-End Apps with Node.js and Express.

Getting Started

Installing

  • Clone this repository by running the command in the following codeblock in your choice terminal, pointing at your choice location in order to get an exact copy of this program on your computer.
  • Using the terminal in VSCode is a good option
git clone https://github.com/Adesdesk/Friends-list-with-Express-server.git
  • Navigate (cd) into the project folder in your terminal by running the following commands in the same order, to install dependencies.
cd Friends-list-with-Express-server

npm install

Executing program

  • Once dependencies are all installed, run the following command to start the server on your computer
npm run start_auth 
  • You can study the program to determine necessary changes to make in order to customize the app for your purpose

Help

  • Note that you need to have a recent version of Node on your PC to execute this program

Authors

Contributor(s) names and contact info

Name: Adeola David A.

Email: adesdesk@outlook.com

License

This project is licensed under the GNU GENERAL PUBLIC License - see the LICENSE.md file for details

About

Friends' list with Express server is a CRUD operations practice exercise which is part of the IBM Skills Network curriculum.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published