Welcome to the Library CRUD Challenge Starter. This is a base project intended for interview testing.
This backend project is scaffolded with:
- Framework: Nest.js
- Language: TypeScript
- Database ORM: Sequelize
- Database: PostgreSQL
- Node.js
- PostgreSQL
- TypeScript
- Sequelize CLI
-
Clone the Repository
git clone https://github.com/dev-altermeliora/library-crud-challenge-starter.git cd library-crud-challenge-starter
-
Install Dependencies
npm install
-
Setting Up Environment Variables
Copy the
.env.sample
file to create a.env
in the root directory:cp .env.sample .env
Modify the .env file with appropriate database and other configurations.
-
Run the Application
npm run start:dev
Access the server at http://localhost:3000.