A Template of server made with typescript, express and prisma
Getting Started »
Report Bug
·
Request Feature
Table of Contents
This is my first try to make a template of a server with typescript, express and prisma.
This is a guide how you can install this project in local, if you want you can follow this steps!
You need make account in planetscale and install all requeriments:
- npm
- node
- Fork this template with the button
- Make a git clone
- Install NPM Package
npm install
- Modify the schema in /prisma/schema.prisma
- Sync the schema with database
npm run planetscale:push
- Codding!
When you make a change in the code you need rebuild the code you can use this npm command to make a new release!
npm run build
You can format all documents with prettier
npm run prettier:fix
You can fix all with eslint
npm run litn
- Add watcher to rebuild code!
- Add system Auth
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/o-isaac/template-series-express