Skip to content

Whomy09/library-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js, Express, TypeScript, Zod, and MongoDB Project

This project aims to practice and learn the use of Node.js, Express, TypeScript, Zod, and MongoDB. It explores key concepts and implements best practices for backend development.

Technologies Used

  • Node.js: JavaScript runtime for server-side development.
  • Express: Web framework for Node.js.
  • TypeScript: Superset of JavaScript adding static typing.
  • Zod: Schema validation and type inference library.
  • MongoDB: NoSQL document-oriented database.

Running the Server

  1. Clone the repository:

    https://github.com/Whomy09/library-api.git
  2. Navigate to the project directory:

    cd library-api
  3. Install the dependencies:

    npm install
  4. For environment variables you can communicate with the project's creator... twitter

  5. Start the server:

    npm run dev
  6. Open your browser and go to http://localhost:3000 (or the configured port).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published