https://github.com/eliseekn/nextjs-fullstack-app
A full-stack web application made with Next.js and lowdb
https://github.com/eliseekn/nextjs-fullstack-app
api-rest lowdb nextjs reactjs typescript
Last synced: 11 months ago
JSON representation
A full-stack web application made with Next.js and lowdb
- Host: GitHub
- URL: https://github.com/eliseekn/nextjs-fullstack-app
- Owner: eliseekn
- Created: 2023-02-23T08:41:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:06:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T07:04:03.329Z (about 1 year ago)
- Topics: api-rest, lowdb, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage: https://nextjs-fullstack-demo.vercel.app/
- Size: 377 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js full-stack application example
A full-stack web application made with Next.js and lowdb.
## Requirements
```
Node ^16.19.1
yarn
```
## Installation
1\. Clone project
On your console :
```
git clone git@github.com:eliseekn/nextjs-fullstack-app.git project-name
```
2\. Install packages dependencies
On your console :
```
cd ./project-name
yarn && yarn dev
```
## Tests
On your console :
```
yarn test
```